Package-level declarations

UI Elements (controls) & UI Elements Containers

Types

Link copied to clipboard
open class Arc : UIElement

An Arc ui element, draws an arc and optionally its edges

Link copied to clipboard
open class Arc2 : Arc

An Arc2 ui element, draws an arc with 2 colors and optionally its edges

Link copied to clipboard

An arrow ui element

Link copied to clipboard

An Ellipse ui element

Link copied to clipboard
abstract class FillableElement : UIElement

Abstract class inherited by ui elements that supports fill color

Link copied to clipboard
open class Frame : UIElementsGroup

A Generic ui element group, used for gathering ui elements

Link copied to clipboard

An image ui element to upload & display images on the glasses screen

Link copied to clipboard
open class Line : UIElement

A strait line defined by 2 points:

Link copied to clipboard
open class Path : UIElement

Draws A path

Link copied to clipboard

A closed polygon

Link copied to clipboard
open class Polyline : UIElement

Draws A polyline

Link copied to clipboard
open class Rect : FillableElement

A Rectangle

Link copied to clipboard
open class Text : UIResourceElement

A text ui element to display text on the glasses screen

Link copied to clipboard
open class UIElement

The UIElement class is the base class for all ui widgets available in the SDK.

Link copied to clipboard

The UIElementsGroup class is the base class for all ui element containers

Link copied to clipboard
abstract class UIResourceElement : UIElement

Base class for UIElement that handle resources